home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gworklist, glistcounter
- if char 1 of field "songfield4" <> " " then
- set the movieRate of sprite 45 to 0
- set the castNum of sprite 28 to the memberNum of member "play"
- repeat with x in [35, 36, 37]
- set the visible of sprite x to 0
- end repeat
- set the visible of sprite 38 to 1
- set temsnd to getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 4), #QTnam)
- set the castNum of sprite 45 to member temsnd
- set teminf to getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 4), #inftrk)
- if teminf <> EMPTY then
- set the castNum of sprite 12 to member teminf
- else
- put "Artist:" && getaProp(getAt(gworklist, glistcounter), #artnam) & RETURN & "Label:" && getaProp(getAt(gworklist, glistcounter), #recinf) & RETURN & "Track Four name:" && getaProp(getAt(getaProp(getAt(gworklist, glistcounter), #tracks), 4), #namtrk) into field "xxfield"
- set the castNum of sprite 12 to member "xxfield"
- end if
- updateStage()
- end if
- end
-